In this tutorial we will discuss performing co-registration of the multiple imaging modalities to the T1-weighted image. ## Loading Data
library(ms.lesion) library(neurobase)
Loading required package: oro.nifti
oro.nifti 0.7.3
files = get_image_filenames_list_by_subject()$training01 t1_fname = files["MPRAGE"] t1 = readnii(t1_fname)